Disable show-trailing-whitespace
authorUSAMI Kenta <tadsan@zonu.me>
Sat, 13 Feb 2016 14:21:05 +0000 (23:21 +0900)
committerUSAMI Kenta <tadsan@zonu.me>
Sat, 13 Feb 2016 14:21:05 +0000 (23:21 +0900)
which-key.el

index 8934934c08244c19136e1f9de2852cbcecaa3a7d..44d893f6a4d4a14227b256f022cc1974f7b74f76 100644 (file)
@@ -535,6 +535,7 @@ alongside the actual current key sequence when
       (setq-local cursor-in-non-selected-windows nil)
       (setq-local mode-line-format nil)
       (setq-local word-wrap nil)
+      (setq-local show-trailing-whitespace nil)
       (run-hooks 'which-key-init-buffer-hook))))
 
 (defun which-key--setup ()